std::exception
From Cppreference
| Defined in header
<exception> | ||
| class exception;
| ||
Provides consistent interface to handle errors through the throw expression.
Most of the exception classes inherit from std::exception
Member functions | |||
| constructs the exception object (public member function) | ||
| destructs the exception object (virtual public member function) | ||
| returns explanatory string (virtual public member function) | ||